home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
utilities
/
pu549.dms
/
pu549.adf
/
HDinstall
< prev
next >
Wrap
Text File
|
1992-03-11
|
3KB
|
118 lines
.k path
.bra {
.ket }
if "{path}" eq ""
echo " "
echo " The Buddy System For Imagine 2.0"
echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "
echo " Harddrive Installation"
echo " "
echo " You must specify a destination for the Buddy System files:"
echo " "
echo " This procedure will install the Buddy System within a selected"
echo " harddrive partition or drawer. "
echo " "
echo " 1. Click once on the HDinstall icon with the Left Button."
echo " 2. Hold down the SHIFT key."
echo " 3. Double-Click on the Imagine drawer icon on your"
echo " harddrive (The Buddy System must be installed in the"
echo " same drawer as Imagine."
echo " "
ask " Press RETURN to continue..."
endcli >nil:
endif
alias bold echo "*E[1m" NOLINE
alias ital echo "*E[3m" NOLINE
alias norm echo "*E[0m"
echo " "
echo " The Buddy System For Imagine 2.0"
echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "
echo " Harddrive Installation"
echo " "
echo " This procedure will automatically install the Buddy System"
echo " files and directories onto your Harddrive. The Buddy System"
echo " MUST be installed in the same drawer as Imagine 2.0."
echo " You will need 1.5 Megabytes of free space for installation."
echo " You have chosen to install The Buddy System into:"
echo " "
echo " " NOLINE
bold
echo {path} NOLINE
norm
echo " "
ask " Press RETURN to exit or enter Y to proceed "
if not warn
echo "Goodbye..."
endcli > nil:
endif
echo " "
cd "{path}"
bold
echo " Installing DISK 1..."
norm
echo " "
ital
copy BSI_1:BuddySystem to BuddySystem ALL
copy BSI_1:BuddySystem.info to "{path}"
norm
;install appropriate Harddrive BSDP4 icon
bold
echo " Are you using the Floating Point (FP) version of Imagine?"
ask " ENTER Y or N:"
if warn
copy BuddySystem/Icons/HDFP_Imagine.info to BuddySystem/BSI.info
else
copy BuddySystem/Icons/HD_Imagine.info to BuddySystem/BSI.info
endif
norm
bold
echo " Installing DISK 2..."
norm
echo " "
ital
copy BSI_2:Standard to BuddySystem/Standard ALL
copy BSI_2:Settings to BuddySystem/Settings ALL
norm
if GE WARN
bold
echo " There were errors during the Installation!"
norm
endif
echo " "
echo " "
echo " "
echo " "
echo " "
echo " "
bold
echo " Installation Completed!"
norm
echo " "
echo " "
echo " Open the BuddySystem drawer within your Imagine drawer."
echo " Then double-click the Buddy System program icon, BSI."
echo " In the Buddy System, you can select a menu item, or you can"
echo " press the Help key twice to display the index of topics."
echo " "
echo " Make sure you read the Instructions & Getting Started Topics."
echo " "
echo " ENJOY!"
echo " "
ask " Press RETURN to proceed..."
endcli >NIL: